home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Menu3.dxr / 00006_go next frame when audio done.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  161 b   |  11 lines

  1. on exitFrame
  2.   global gMasterData
  3.   blinkSprite()
  4.   if soundBusy(2) then
  5.     go(the frame)
  6.   else
  7.     go(the frame + 1)
  8.     bkgrdMusic(gMasterData)
  9.   end if
  10. end
  11.